home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Strate…Tools for the Enterprise / Microsoft Internet Strategy & Tools for the Enterprise.iso / bkoffice / inetsrv.nts / sdk / gopherd.mib < prev    next >
Text File  |  1995-06-07  |  7KB  |  183 lines

  1. GopherServer-MIB DEFINITIONS ::= BEGIN
  2.  
  3.         IMPORTS
  4.                 enterprises,
  5.                 OBJECT-TYPE,
  6.                 Counter
  7.                         FROM RFC1155-SMI
  8.                 InternetServer
  9.                         FROM inetsrv;
  10.  
  11. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  12. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  13. --      InternetServer  OBJECT IDENTIFIER ::= { software 7 }
  14.         GopherServer       OBJECT IDENTIFIER ::= { InternetServer 4 }
  15.         GopherStatistics   OBJECT IDENTIFIER ::= { GopherServer 1 }
  16.  
  17. -- Gopher Server Statistics
  18.  
  19.         TotalBytesSent_HighWord OBJECT-TYPE
  20.                 SYNTAX  Counter
  21.                 ACCESS  read-only
  22.                 STATUS  mandatory
  23.                 DESCRIPTION
  24.                         "This is the high 32-bits of the total number of
  25.                         of BYTEs sent by the Gopher Server"
  26.                 ::= { GopherStatistics 1 }
  27.  
  28.         TotalBytesSent_LowWord OBJECT-TYPE
  29.                 SYNTAX  Counter
  30.                 ACCESS  read-only
  31.                 STATUS  mandatory
  32.                 DESCRIPTION
  33.                         "This is the low 32-bits of the total number of
  34.                         of BYTEs sent by the Gopher Server"
  35.                 ::= { GopherStatistics 2 }
  36.  
  37.         TotalBytesReceived_HighWord OBJECT-TYPE
  38.                 SYNTAX  Counter
  39.                 ACCESS  read-only
  40.                 STATUS  mandatory
  41.                 DESCRIPTION
  42.                         "This is the high 32-bits of the total number of
  43.                         of BYTEs received by the Gopher Server"
  44.                 ::= { GopherStatistics 3 }
  45.  
  46.         TotalBytesReceived_LowWord OBJECT-TYPE
  47.                 SYNTAX  Counter
  48.                 ACCESS  read-only
  49.                 STATUS  mandatory
  50.                 DESCRIPTION
  51.                         "This is the low 32-bits of the total number of
  52.                         of BYTEs received by the Gopher Server"
  53.                 ::= { GopherStatistics 4 }
  54.  
  55.         TotalFilesSent OBJECT-TYPE
  56.                 SYNTAX  Counter
  57.                 ACCESS  read-only
  58.                 STATUS  mandatory
  59.                 DESCRIPTION
  60.                         "This is the total number of files sent by this
  61.                         Gopher Server"
  62.                 ::= { GopherStatistics 5 }
  63.  
  64.         TotalDirectorySent OBJECT-TYPE
  65.                 SYNTAX  Counter
  66.                 ACCESS  read-only
  67.                 STATUS  mandatory
  68.                 DESCRIPTION
  69.                         "This is the total number of directory listings sent
  70.                         by this Gopher Server"
  71.  
  72.                 ::= { GopherStatistics 6 }
  73.  
  74.         TotalSearchesDone OBJECT-TYPE
  75.                 SYNTAX  Counter
  76.                 ACCESS  read-only
  77.                 STATUS  mandatory
  78.                 DESCRIPTION
  79.                         "This is the total number of searches done by this
  80.                          Gopher Server"
  81.                 ::= { GopherStatistics 7 }
  82.  
  83.         CurrentAnonymousUsers OBJECT-TYPE
  84.                 SYNTAX  Integer
  85.                 ACCESS  read-only
  86.                 STATUS  mandatory
  87.                 DESCRIPTION
  88.                         "This is the number of anonymous users currently
  89.                         connected to the Gopher Server"
  90.                 ::= { GopherStatistics 8 }
  91.  
  92.         CurrentNonAnonymousUsers OBJECT-TYPE
  93.                 SYNTAX  Integer
  94.                 ACCESS  read-only
  95.                 STATUS  mandatory
  96.                 DESCRIPTION
  97.                         "This is the number of nonanonymous users currently
  98.                         connected to the Gopher Server"
  99.                 ::= { GopherStatistics 9 }
  100.  
  101.         TotalAnonymousUsers OBJECT-TYPE
  102.                 SYNTAX  Counter
  103.                 ACCESS  read-only
  104.                 STATUS  mandatory
  105.                 DESCRIPTION
  106.                         "This is the total number of anonymous users that
  107.                         have ever connected to the Gopher Server"
  108.                 ::= { GopherStatistics 10 }
  109.  
  110.         TotalNonAnonymousUsers OBJECT-TYPE
  111.                 SYNTAX  Counter
  112.                 ACCESS  read-only
  113.                 STATUS  mandatory
  114.                 DESCRIPTION
  115.                         "This is the total number of nonanonymous users that
  116.                         have ever connected to the Gopher Server"
  117.                 ::= { GopherStatistics 11 }
  118.  
  119.         MaxAnonymousUsers OBJECT-TYPE
  120.                 SYNTAX  Counter
  121.                 ACCESS  read-only
  122.                 STATUS  mandatory
  123.                 DESCRIPTION
  124.                         "This is the maximum number of anonymous users
  125.                         simultaneously connected to the Gopher Server"
  126.                 ::= { GopherStatistics 12 }
  127.  
  128.         MaxNonAnonymousUsers OBJECT-TYPE
  129.                 SYNTAX  Counter
  130.                 ACCESS  read-only
  131.                 STATUS  mandatory
  132.                 DESCRIPTION
  133.                         "This is the maximum number of nonanonymous users
  134.                         simultaneously connected to the Gopher Server"
  135.                 ::= { GopherStatistics 13 }
  136.  
  137.         CurrentConnections OBJECT-TYPE
  138.                 SYNTAX  Integer
  139.                 ACCESS  read-only
  140.                 STATUS  mandatory
  141.                 DESCRIPTION
  142.                         "This is the current number of connections to the
  143.                         Gopher Server"
  144.                 ::= { GopherStatistics 14 }
  145.  
  146.         MaxConnections OBJECT-TYPE
  147.                 SYNTAX  Counter
  148.                 ACCESS  read-only
  149.                 STATUS  mandatory
  150.                 DESCRIPTION
  151.                         "This is the maximum number of simultaneous
  152.                         connections to the Gopher Server"
  153.                 ::= { GopherStatistics 15 }
  154.  
  155.         ConnectionAttempts OBJECT-TYPE
  156.                 SYNTAX  Counter
  157.                 ACCESS  read-only
  158.                 STATUS  mandatory
  159.                 DESCRIPTION
  160.                         "This is the number of connection attempts that
  161.                         have been made to the Gopher Server"
  162.                 ::= { GopherStatistics 16 }
  163.  
  164.         LogonAttempts OBJECT-TYPE
  165.                 SYNTAX  Counter
  166.                 ACCESS  read-only
  167.                 STATUS  mandatory
  168.                 DESCRIPTION
  169.                         "This is the number of logon attempts that have
  170.                         been made to this Gopher Server"
  171.                 ::= { GopherStatistics 17 }
  172.  
  173.         AbortedConnections OBJECT-TYPE
  174.                 SYNTAX  Counter
  175.                 ACCESS  read-only
  176.                 STATUS  mandatory
  177.                 DESCRIPTION
  178.                         " This is the number of aborted connections that have
  179.                                 been made to this Gopher Server"
  180.                 ::= { GopherStatistics  18 }
  181. END
  182.  
  183.